home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / Sample / Sample.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-05-22  |  2KB  |  76 lines

  1. object Form2: TForm2
  2.   Left = 334
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'About...'
  6.   ClientHeight = 118
  7.   ClientWidth = 205
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 2
  19.     Top = 2
  20.     Width = 201
  21.     Height = 113
  22.     BevelInner = bvLowered
  23.     BorderWidth = 3
  24.     TabOrder = 0
  25.     OnClick = Panel1Click
  26.     object Label3: TLabel
  27.       Left = 18
  28.       Top = 17
  29.       Width = 165
  30.       Height = 22
  31.       AutoSize = False
  32.       Caption = '       Your text...'
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -19
  36.       Font.Name = 'Times New Roman'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       Transparent = True
  40.       OnClick = Label3Click
  41.     end
  42.     object Label4: TLabel
  43.       Left = 28
  44.       Top = 50
  45.       Width = 151
  46.       Height = 15
  47.       AutoSize = False
  48.       Caption = '       More of your text'
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -13
  52.       Font.Name = 'Times New Roman'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       Transparent = True
  56.       OnClick = Label4Click
  57.     end
  58.     object Label5: TLabel
  59.       Left = 20
  60.       Top = 73
  61.       Width = 163
  62.       Height = 24
  63.       AutoSize = False
  64.       Caption = '     Text text text'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = -19
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       Transparent = True
  72.       OnClick = Label5Click
  73.     end
  74.   end
  75. end
  76.